home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 15
/
Aminet 15 - Nov 1996.iso
/
Aminet
/
dev
/
basic
/
ace24dist.lha
/
ace24.lha
/
include
/
funcs
/
console_funcs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-10
|
713b
|
27 lines
#ifndef FUNCS_CONSOLE_FUNCS_H
#define FUNCS_CONSOLE_FUNCS_H
/*
**
** Function declarations for ACE Basic
**
** Note: Translated to ACE by Nils Sjoholm
**
** Date: 11-Oct-95 TO 14-Oct-95
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
DECLARE FUNCTION STRUCTPTR CDInputHandler( STRUCTPTR events, \
STRUCTPTR consoleDevice ) LIBRARY console
DECLARE FUNCTION LONGINT RawKeyConvert( STRUCTPTR events, STRPTR buffer, \
LONGINT length, \
STRUCTPTR _keyMap ) LIBRARY console
/*--- functions in V36 or higher (Release 2.0) ---*/
#endif /* FUNCS_CONSOLE_FUNCS_H */